iconcache: Remove unused defines
authorTimm Bäder <mail@baedert.org>
Sun, 6 Jan 2019 10:08:09 +0000 (11:08 +0100)
committerTimm Bäder <mail@baedert.org>
Thu, 10 Jan 2019 15:49:19 +0000 (16:49 +0100)
gtk/gtkiconcache.c

index 273865a3388a68673dbfa73fc27d801af74d441b..bcbfe830713d796014d70788a313cabeab4bc7d7 100644 (file)
@@ -40,9 +40,6 @@
 #define _O_BINARY 0
 #endif
 
-#define MAJOR_VERSION 1
-#define MINOR_VERSION 0
-
 #define GET_UINT16(cache, offset) (GUINT16_FROM_BE (*(guint16 *)((cache) + (offset))))
 #define GET_UINT32(cache, offset) (GUINT32_FROM_BE (*(guint32 *)((cache) + (offset))))